Platform Explorer / Nuxeo Platform 6.0

Extension point elasticSearchLocal

Documentation

Extension point used to setup an embedded Elasticsearch instance.

It creates a local node using the same JVM as Nuxeo.

This is a test configuration and must not be used in production, it is limited to one shard and no replica.

    <elasticSearchLocal clusterName="MyCluster" httpEnabled="true"
        indexStoreType="mmapfs" nodeName="MyNuxeo" pathData="/var/lib/nuxeo/elasticsearch/"/>

Please refer to the Elasticsearch node configuration

clusterName is the cluster.name

nodeName is the node.name, default to nuxeoNode

pathData is the path.data

indexStoreType is the index.store_type

httpEnabled is the node.enable_http

Contribution Descriptors

  • Class: org.nuxeo.elasticsearch.config.ElasticSearchLocalConfig

Existing Contributions

Contributions are presented in the same order as the registration order on this extension point. This order is displayed before the contribution name, in brackets.

  • nuxeo-runtime-6.0.jar
    <extension point="elasticSearchLocal" target="org.nuxeo.elasticsearch.ElasticSearchComponent">
        <elasticSearchLocal clusterName="nuxeoCluster" httpEnabled="false" nodeName="nuxeoNode" pathData="/media/julien/1To/download/nuxeo-cap-6.0-tomcat/nxserver/data/elasticsearch" pathLogs="/media/julien/1To/download/nuxeo-cap-6.0-tomcat/log/elasticsearch"/>
      </extension>